projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
118bb49
)
* lisp/progmodes/js.el (js--optimize-arglist): Remove declaration.
author
Glenn Morris
<rgm@gnu.org>
Wed, 6 May 2015 03:11:22 +0000
(20:11 -0700)
committer
Glenn Morris
<rgm@gnu.org>
Wed, 6 May 2015 03:11:22 +0000
(20:11 -0700)
lisp/progmodes/js.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/js.el
b/lisp/progmodes/js.el
index 62f19f42df12dc36ed0ccf3240d5f39a7e63c967..f06c5c75b1a65e88f0fe8b113df70d9f5d4b7f8f 100644
(file)
--- a/
lisp/progmodes/js.el
+++ b/
lisp/progmodes/js.el
@@
-2852,10
+2852,6
@@
with `js--js-encode-value'."
(defsubst js--js-true (value)
(not (js--js-not value)))
-;; The somewhat complex code layout confuses the byte-compiler into
-;; thinking this function "might not be defined at runtime".
-(declare-function js--optimize-arglist "js" (arglist))
-
(eval-and-compile
(defun js--optimize-arglist (arglist)
"Convert immediate js< and js! references to deferred ones."